home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(0 < _root.draglej)
- {
- if(_root.draglej == 48)
- {
- _root.itembar_remove(48);
- _root.hideall();
- }
- if(eval("_root.d20_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_hajnej.l = "d20_iundef_100";
- _root.d_hajnej.i = "go";
- }
- else
- {
- _root.d_hajnej.l = "d20_i" add _root.draglej add "_100";
- _root.d_hajnej.i = "go";
- }
- }
- else if(_root.st_jasmina == 2)
- {
- _root.st_jasmina = 3;
- _root.st_karmina = 1;
- _root.d_hajnej.l = "d20_jasmina_100";
- _root.d_hajnej.i = "go";
- }
- else
- {
- _root.d_hajnej.l = "d20_0a_100";
- _root.d_hajnej.i = "go";
- }
- _root.stopdragall();
- _root.items_hide();
- _root.hideall();
- }
-